function FrontPage_Form1_Validator(theForm)
{
  if (theForm.zsbh.value == "")
  {
    alert("֤ŲΪա");
    theForm.zsbh.focus();
    return (false);
  }
 
if (theForm.sfzh.value == "")
  {
    alert("֤ŲΪա");
    theForm.sfzh.focus();
    return (false);
  }
  if (theForm.xm.value == "")
  {
    alert("Ϊա");
    theForm.xm.focus();
    return (false);
  }
  if (theForm.validatecode.value == "")
  {
    alert("֤벻Ϊա");
    theForm.validatecode.focus();
    return (false);
  }

if (theForm.validatecode.value.length<4) 
{
	alert("֤4λ!");
	theForm.validatecode.focus();
	return false;
}


}
